put the long date && the time && it & "K" into card field "Time"
pass idle
end idle
-- part 1 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=113 top=329 right=343 bottom=465
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 10
-- part name: time
-- part contents for background part 1
----- text -----
GeneralInfo
-- part contents for background part 3
----- text -----
-- Install this into the Home Card stack scripts:
--
on generalInfo
get the diskspace
divide it by 1024
put the long date && the long time && it & "K" && the mouseLoc
end generalInfo
on idle
get the diskspace
divide it by 1024
put the long date && the time && it & "K" into card field "Time"
pass idle
end idle
-- part contents for background part 5
----- text -----
7/1/88 3:29 PM
-- part contents for background part 4
----- text -----
Sometimes it is useful to know certain things at any time (within HyperCard). GeneralInfo is a handler that will put appropriate information into the message window. Two possible uses of this are:
ΓÇó assign "generalInfo" as a message for a controlKey (see controlKey Home Improvement)
ΓÇó put generalInfo into the idle handler of the Home Card (or any card for that matter)